object PasswordDlg: TPasswordDlg Left = 245 Top = 120 ActiveControl = Password BorderStyle = bsDialog Caption = 'Password Dialog' ClientHeight = 93 ClientWidth = 237 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter OnCreate = FormCreate TextHeight = 13 object Label1: TLabel Left = 8 Top = 9 Width = 122 Height = 13 Caption = 'Enter New Password:' end object Password: TEdit Left = 8 Top = 27 Width = 220 Height = 20 MaxLength = 20 PasswordChar = '*' TabOrder = 0 end object OKBtn: TBitBtn Left = 80 Top = 59 Width = 77 Height = 27 Caption = '&OK' TabOrder = 1 Kind = bkOK Margin = 2 Spacing = -1 end object CancelBtn: TBitBtn Left = 159 Top = 59 Width = 77 Height = 27 Caption = '&Cancel' TabOrder = 2 Kind = bkCancel Margin = 2 Spacing = -1 end object BitBtn1: TBitBtn Left = 1 Top = 59 Width = 77 Height = 27 TabOrder = 3 Kind = bkHelp Margin = 2 Spacing = -1 end end